Usage APIText Document APIEnumerationDocumentElement本页总览DocumentElement Any valid element which can be added to the document structure. Type Enumeration Values ApiParagraph ApiTable ApiBlockLvlSdt Example This example adds a document element called "paragraph" to the document. doc.AddElement(paragraph);